func golang.org/x/net/http2.bodyAllowedForStatus

4 uses

	golang.org/x/net/http2 (current package)
		http2.go#L355: func bodyAllowedForStatus(status int) bool {
		server.go#L2691: 		if !hasContentLength && clen == "" && rws.handlerDone && bodyAllowedForStatus(rws.status) && (len(p) > 0 || !isHeadResp) {
		server.go#L2699: 		if !hasCE && !hasContentType && bodyAllowedForStatus(rws.status) && len(p) > 0 {
		server.go#L3039: 	if !bodyAllowedForStatus(rws.status) {